home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / IMAGELIB.ZIP / MIMAGE.ZIP / UDBSIMP.DFM / UDBSIMP.txt
Text File  |  1995-07-23  |  1KB  |  62 lines

  1. object Form1: TForm1
  2.   Left = 123
  3.   Top = 109
  4.   Width = 454
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 24
  15.     Top = 7
  16.     Width = 403
  17.     Height = 13
  18.     Caption = 
  19.       'Set the databasename of table1 to the directory  where the table' +
  20.       'name database lives!'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object DBMultiImage1: TDBMultiImage
  28.     Left = 37
  29.     Top = 24
  30.     Width = 377
  31.     Height = 217
  32.     JPegDither = 0
  33.     JPegResolution = 8
  34.     JPegSaveQuality = 0
  35.     JPegSaveSmooth = 0
  36.     UPdateBlobAsJpeg = True
  37.     DataField = 'BLOBIMAGE'
  38.     DataSource = DataSource1
  39.     TabOrder = 0
  40.   end
  41.   object DBNavigator1: TDBNavigator
  42.     Left = 97
  43.     Top = 247
  44.     Width = 271
  45.     Height = 25
  46.     DataSource = DataSource1
  47.     TabOrder = 1
  48.   end
  49.   object Table1: TTable
  50.     Active = True
  51.     DatabaseName = 'c:\delphi\jpgblob'
  52.     TableName = 'JPSTAMP.DBF'
  53.     Left = 352
  54.     Top = 48
  55.   end
  56.   object DataSource1: TDataSource
  57.     DataSet = Table1
  58.     Left = 352
  59.     Top = 88
  60.   end
  61. end
  62.